core: Drop packfiles as they are now
authorColin Walters <walters@verbum.org>
Sun, 23 Sep 2012 19:16:33 +0000 (15:16 -0400)
committerColin Walters <walters@verbum.org>
Sun, 23 Sep 2012 20:02:03 +0000 (16:02 -0400)
commit2a0601efc790a0c8f783043f2db682eec9ceffaa
treeb6051a550f94a76750d60d2fe36adfc1556a4d11
parentaa9aaa9a6265c55e1f600f84dac873a5beda8c7b
core: Drop packfiles as they are now

They're not a large efficiency win at the moment, because we don't
do any delta compression.

At the moment, they simply served to compress data, but we will change
the archive mode to do that by default.
15 files changed:
Makefile-ostree.am
src/libostree/ostree-core.c
src/libostree/ostree-core.h
src/libostree/ostree-repo.c
src/libostree/ostree-repo.h
src/ostree/main.c
src/ostree/ostree-pull.c
src/ostree/ot-builtin-fsck.c
src/ostree/ot-builtin-init.c
src/ostree/ot-builtin-pack.c [deleted file]
src/ostree/ot-builtin-pull-local.c
src/ostree/ot-builtin-unpack.c [deleted file]
src/ostree/ot-builtins.h
tests/t0001-archive.sh
tests/t0010-pull.sh